home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 May / Software of the Month Club 1996 May.iso / mac / Desktop Publishing / HTML 101 / HTML 101 / HTML 101.rsrc / TEXT_134.txt < prev    next >
Encoding:
Text File  |  1996-03-07  |  886 b   |  35 lines

  1.  
  2. Drill 3
  3.  
  4. ΓÇóOpen your simpletext document. It should look like this:
  5.  
  6. <HTML>
  7. <HEAD>
  8. <TITLE>
  9.  George's Most Excellent Home Page
  10. </TITLE>
  11. </HEAD>
  12. <BODY>
  13. <H1>George's Most Excellent Home Page</H1>
  14. </BODY>
  15. </HTML>
  16.  
  17. ΓÇóLet's insert the horizontal rule after your header. This is what it will look like:
  18.  
  19. <HTML>
  20. <HEAD>
  21. <TITLE>
  22.  George's Most Excellent Home Page
  23. </TITLE>
  24. </HEAD>
  25. <BODY>
  26. <H1>George's Most Excellent Home Page</H1>
  27. <HR>          ---------------------------> This is the horizontal rule.                 
  28. </BODY>                                                              
  29. </HTML>
  30.  
  31. ΓÇóSave the document and then open it up with your browser. Again the document has changed so use the RELOAD ORIGINAL button. Your document should have a straight line across the page underneath your title that is your header.
  32.  
  33. ΓÇóIf it doesn't then use the troubleshooting tips from drill 1.
  34.  
  35.